home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000305_news@watsun.cc.columbia.edu _Mon Mar 1 17:32:24 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA00419
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 1 Mar 1999 17:32:23 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA04061
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 1 Mar 1999 17:20:21 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: kiffney@my-dejanews.com
  10. Subject: Re: (Novell ODI + BOOTP + MS-Kermit) * MyBossOnMyBack = Headache
  11. Date: Mon, 01 Mar 1999 22:14:58 GMT
  12. Organization: Deja News - The Leader in Internet Discussion
  13. Message-ID: <7bf3gp$9tu$1@nnrp1.dejanews.com>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. [posted and mailed]
  17. You can do this - read the NETWORKS.TXT readme with the kermit distribution.
  18. Basically you add lines to your network driver entry in net.cfg that
  19. look like this:
  20.  
  21.  
  22. protocol KERMIT
  23.     bind #1
  24. link driver 3c5x9 [or whatever]
  25.                  Protocol IPX   8137    Ethernet_II
  26.                  Protocol IP    0800    Ethernet_II
  27.                  Protocol ARP   0806    Ethernet_II
  28.                  Protocol RARP  8035    Ethernet_II
  29.  
  30. then kermit can use your existing lsl, net driver, etc.  DON'T try
  31. to load novell's tcpip or Kermit's stack will not work.  BOOTP and DHCP
  32. are advertised to then work (about as well as BOOTP and DHCP ever work,
  33. anyway)
  34.  
  35.   "Jerold Burrow" <jburrow@diresearch_nospam_.com> wrote:
  36. > Hello.
  37. >
  38. > I am trying to use MS-Kermit as a DOS based telnet program for use w/286,
  39. > 386, and 486 PCs.  I would like the use of BOOTP or if possible DHCP for
  40. > assigning IP addresses.  From what I have heard, there is a way to do this
  41. > over Novell's ODI driver.  Could anyone provide a NET.CFG and MSKERMIT.INI
  42. > that would do this?  I am reading 'Using MS-Kermit', but am getting
  43. > nowhere.
  44. >
  45. > Any thoughs would be appreciated.
  46. >
  47. > --
  48. > Jerold Burrow
  49. > Systems Administrator
  50. > Directions In Research, Inc.
  51. >
  52. >
  53.  
  54. -----------== Posted via Deja News, The Discussion Network ==----------
  55. http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    
  56.